home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_500 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-10-24  |  223 b   |  14 lines

  1. on(release){
  2.    set("/:dark","0");
  3.    set("/:found","7");
  4.    tellTarget("/screen")
  5.    {
  6.       gotoAndPlay(1);
  7.    }
  8.    tellTarget("/found")
  9.    {
  10.       gotoAndPlay(2);
  11.    }
  12.    gotoAndPlay(_currentframe + "1");
  13. }
  14.